const runtime.fixedStack
15 uses
runtime (current package)
runtime1.go#L289: if fixedStack != round2(fixedStack) {
stack.go#L86: fixedStack = fixedStack6 + 1
stack.go#L210: s.elemsize = fixedStack << order
stack.go#L285: size += fixedStack << order
stack.go#L304: size -= fixedStack << order
stack.go#L364: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L367: for n2 > fixedStack {
stack.go#L467: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L470: for n2 > fixedStack {
stack.go#L1201: if newsize < fixedStack {
stack.go#L1307: var startingStackSize uint32 = fixedStack
stack.go#L1333: startingStackSize = fixedStack
stack.go#L1342: if avg < fixedStack {
stack.go#L1343: avg = fixedStack
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |